WrappingPaperPack
typedef enum {
WRAPPING_PAPER_PACK_FREE = 0,
WRAPPING_PAPER_PACK_ONE = 1,
} WrappingPaperPack
Undocumented
-
Undocumented
See moreDeclaration
Objective-C
enum { WRAPPING_PAPER_PACK_FREE = 0, WRAPPING_PAPER_PACK_ONE = 1, }
Swift
struct WrappingPaperPack : Equatable, RawRepresentable